/* Add here all your CSS customizations */

/* Info Bar */
.info-bar {
	margin-bottom: 60px;
	border:0;
	color:#000;
	background-color:#fff;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	padding:10px 0;
}
.info-bar div.row>div {
	padding-top:20px;
	padding-bottom:20px;
	margin:0 !important;
	border-right:rgba(0,0,0,0.1) 1px solid;
}
.info-bar div.row>div:last-child {
	border:0;
}
.info-bar div.row>div i {
	color:#333;
	font-size:32px;
	line-height: 1.2;
	margin-right:10px;
	float:left;
}
.info-bar h1,
.info-bar h2,
.info-bar h3,
.info-bar h4,
.info-bar h5,
.info-bar h6,
.info-bar p {
	color:#333;
	font-size:16px;
	line-height:1.5;
	margin:0;
	padding:0;
}

.info-bar h3 {
	font-weight: 800;
}

.info-bar p {
	font-size: 12px;
	line-height:1;
}


/*微信二维码*/
#social-wechat{
	display: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 50px;
	right: -60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}